/*--------必要的CSS样式---------*/
body{font-family:'Microsoft YaHei';font-size: 14px;display: grid;}
*{margin: 0;padding: 0;}
a,img{border: 0;}
a {color: #ce3b36;text-decoration: none;}
a:hover{color: #ff9000;}
li {list-style-type: none;}
.clear{width: 100%;height: 40px;}
.son{width: 1200px;margin: auto;overflow: hidden;}
.left{float: left;}
.right{float: right;}
.hidden{overflow: hidden;}

/*--------网站公共部分代码开始---------*/
.top{height: 34px;line-height: 34px;background-color: #e5e5e5;border-bottom: 1px solid #d2d2d2;}
.logo_tel{height: 120px;overflow: hidden;}
.logo_tel .logo{margin-top: 35px;}

.logo_tel .tel{width: 280px;height: 77px;background: url('../Image/tel.jpg')no-repeat 0px 5px;text-indent: 50px;margin-top:29px;}
.logo_tel .tel h5{color: #2c2b2b;font-size: 14px;}
.logo_tel .tel h3{color: #da2b25;font-size: 32px;}

.logo_tel .zz{height: 120px;overflow: hidden;margin-left: 50px;width: 300px;}
.logo_tel .zz img{width: 100px;height: 120px;display: block;margin-left: 10px;float: left;}

.daohang{height: 54px;line-height: 54px;background: url('../Image/daohang_bg.jpg');}
.daohang ul{width: 1300px;}
.daohang ul li{float:left;}
.daohang ul li a{display: block;color: #ffffff;margin-right:57px;font-size: 16px;}
/*--------网站公共部分代码开始---------*/



/*----------------底部公共部分开始--------------------*/
.footer{height: 190px;background-color: #323030;padding-top: 60px;overflow: hidden;}
.footer .footer_lxwm{width: 480px;}
.footer .footer_lxwm .title{color: #ffffff;font-size: 16px;background: url('../Image/01.png')no-repeat 0px 5px;text-indent: 30px;}
.footer .footer_lxwm ul{color: #929292;margin-top: 10px;text-indent: 30px;}
.footer .footer_lxwm ul li{height: 30px;line-height: 30px;}

.footer .youqing_links{width: 300px;}
.footer .youqing_links .title{color: #ffffff;font-size: 16px;background: url('../Image/02.png')no-repeat 0px 5px;text-indent: 30px;}
.footer .youqing_links ul{margin-top: 10px;text-indent: 30px;}
.footer .youqing_links ul a{color:#929292;}
.footer .youqing_links ul li{height: 30px;line-height: 30px;}


.footer .erweima{width: 100px;height: 140px;}
.footer .erweima img{display: block;width: 100px;height: 100px;}
.footer .erweima .txt{height: 40px;line-height:40px;text-align: center;color: #929292;}
/*----------------底部公共部分结束--------------------*/


/*----------------产品列表，左侧展示--------------------*/
.pro_list_title{width: 230px;height: 61px;text-align: center;background-color:#ce3b36;overflow: hidden;}
.pro_list_title h2{font-size: 24px;color: #FFFFFF;margin-top: 10px;}
.pro_list_title h4{font-size: 14px;color: #f3a4a1;}
.pro_list{width: 206px;border: 7px solid #ce3b36;min-height: 150px;padding: 5px;padding-bottom: 30px;}
.pro_list ul li{text-indent: 25px;height: 40px;line-height: 40px;background: url('../Image/03.png')no-repeat 0px 14px;border-bottom: 1px dashed #e5e5e5;}
.pro_list ul li a{color: #373737;}
.pro_list ul li{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
.pro_list ul li:hover{text-indent: 30px;}
.pro_list ul li:hover a{color:#ff9000;}
.pro_list ul .current a{color: #ff9000 !important;}
/*----------------产品列表，左侧展示end--------------------*/